OpenFin Workspace API
    Preparing search index...

    Interface IndicatorTemplateOptions

    interface IndicatorTemplateOptions {
        align?: SectionAlignment;
        color?: IndicatorColor;
    }
    Index

    Alignment of the notification's indicator section.

    Can be left, center or right.

    The default value is center.

    Color of the indicator bar.

    Note: Notification's indicator color definition has precedence over Template definition. Template's indicator color value will be taken into account only if the notification itself doesn't have the indicator color specified.