interface LabelOptions {
    label?: string;
    message?: boolean;
}

Properties

Properties

label?: string

A label to be added before the message.

message?: boolean

If set to true the label will be added to info.message. If set to false the label will be added as info.label.