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

Hierarchy (view full)

Properties

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