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

    Interface Styler

    interface Styler {
        colorEnabled: boolean;
        hyperlinksEnabled: boolean;
        backgroundColorText(text: string, colorValue: number): string;
        colorText(text: string, colorValue: number): string;
        hyperlink(text: string, url: string): string;
        italicText(text: string): string;
    }
    Index
    colorEnabled: boolean
    hyperlinksEnabled: boolean
    • Parameters

      • text: string
      • colorValue: number

      Returns string

    • Parameters

      • text: string
      • colorValue: number

      Returns string

    • Parameters

      • text: string
      • url: string

      Returns string