MDCモジュールのdebug実行用オプション

interface DevelopExecuteOption {
    display: {
        mobileBreakpoint: MdcDisplayBreakpoint;
        thresholds: Record<MdcDisplayBreakpoint, number>;
    };
    locale: MdcLocale;
    servletContextName: string;
    staticContentPath: string;
    tenantContextPath: string;
    theme: {
        defaultTheme: MdcTheme;
        themes: Record<MdcTheme, { colors: Record<MdcThemeColorTarget, string> }>;
    };
    themeSwitchingEnabled: boolean;
    userName: string;
}

Properties

display: {
    mobileBreakpoint: MdcDisplayBreakpoint;
    thresholds: Record<MdcDisplayBreakpoint, number>;
}

ディスプレイの閾値

locale: MdcLocale

ロケール

servletContextName: string

iPLAssサーバのコンテキスト名

staticContentPath: string

iPLAssサーバの静的コンテンツのパス

tenantContextPath: string

iPLAssのテナントとコンテキストパス 例: /[context]/[tenant]

theme: {
    defaultTheme: MdcTheme;
    themes: Record<MdcTheme, { colors: Record<MdcThemeColorTarget, string> }>;
}

テーマ

themeSwitchingEnabled: boolean

テーマ切り替え機能が有効かどうか

userName: string

デバッグ実行画面に表示するユーザ名