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

    Interface BannerGenerateOptions

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