OpenFin Workspace API
    Preparing search index...

    Interface CustomTemplateOptions

    Configuration options for the custom notification template.

    interface CustomTemplateOptions {
        body: BodyTemplateOptions;
        buttons?: ButtonTemplateOptions;
        indicator?: IndicatorTemplateOptions;
    }
    Index

    Configuration options for the custom notification template body.

    Configuration options for the custom notification template's modifications on the notification's button section.

    Configuration options for the custom notification template's modifications on the notification's indicator section.