jimpex
    Preparing search index...

    Type Alias StaticsControllerPathsOptions

    These are like "master paths" that get prepended to all the file paths and routes the controller use.

    type StaticsControllerPathsOptions = {
        route: string;
        source: string;
    }
    Index

    Properties

    Properties

    route: string

    A custom route to prefix all the file routes with.

    source: string

    A custom path to prefix all the file paths with.