Preparing search index...

    Interface AlarmOptions

    interface AlarmOptions {
        message: string;
        state: ALARM_STATE;
        appendId?: boolean;
        createdAt?: boolean;
        path?: Path;
        position?: boolean;
    }
    Index

    Properties

    message: string
    appendId?: boolean
    createdAt?: boolean
    path?: Path
    position?: boolean