Trails Packages
    Preparing search index...

    Interface ApplicationOverrides

    Application overrides are defined when the is explicitly being restarted with new options.

    Options set through overrides cannot be overwritten by the resolveConfig hook.

    interface ApplicationOverrides {
        chakraSystemConfig?: SystemConfig;
        colorMode?: ColorModeValue | "system";
        locale?: string;
    }
    Index

    Properties

    chakraSystemConfig?: SystemConfig

    The new used chakra system config.

    colorMode?: ColorModeValue | "system"

    The new color mode.

    locale?: string

    The new application locale.