AboutSupportDeveloper GuideVersion 47.154.100.2
OpenFin JavaScript API
    Preparing search index...

    Type Alias PrintPlaceholder

    type PrintPlaceholder = {
        backgroundColor?: string;
        text?: string;
        textColor?: string;
        textFontType?: string;
    }
    Index
    backgroundColor?: string

    This color will be background color for placeholder.

    '#FFFFFFFF'
    
    text?: string

    This string will be visible on placeholder instead of the original content.

    'Content is print restricted'
    
    textColor?: string

    This color will be text color for placeholder.

    '#FF000000'
    
    textFontType?: string

    This font type will be font for placeholder.

    Default system font.