Interface TextStatusOptions

interface TextStatusOptions {
    backgroundColor?: string | number;
    caption?: string;
    font?: TextFontStyle;
    messageId?: string | MsgKey;
    waitForAck?: boolean;
}

Hierarchy (view full)

Properties

backgroundColor?: string | number
caption?: string
font?: TextFontStyle
messageId?: string | MsgKey
waitForAck?: boolean