@flowscripter/dynamic-cli-framework
    Preparing search index...

    Interface BannerGenerateOptions

    interface BannerGenerateOptions {
        colorEffects?: BannerColorEffects;
        fontName?: string;
        subMessage?: string;
    }

    Hierarchy (View Summary)

    Index
    colorEffects?: BannerColorEffects
    fontName?: string
    subMessage?: string