Bluestep JS Documentation
    Preparing search index...

    Interface AlertSettings

    interface AlertSettings {
        endDate: Instant;
        ids?: Id<User>[];
        linkUrl?: string;
        message: string;
        priority?: number;
        snoozeDelay?: number;
        soundName?: string;
        startDate?: Instant;
        type: string;
        userAssignedId?: string;
        usernames?: string[];
        users?: User[];
    }
    Index

    Properties

    endDate: Instant

    [[AlertBuilder.endDate]]

    ids?: Id<User>[]

    [[AlertBuilder.ids]]

    linkUrl?: string

    [[AlertBuilder.linkUrl]]

    message: string

    [[AlertBuilder.message]]

    priority?: number

    [[AlertBuilder.priority]]

    snoozeDelay?: number

    [[AlertBuilder.snoozeDelay]]

    soundName?: string

    [[AlertBuilder.soundName]]

    startDate?: Instant

    [[AlertBuilder.startDate]]

    type: string

    [[AlertBuilder.type]]

    userAssignedId?: string

    [[AlertBuilder.userAssignedId]]

    usernames?: string[]

    [[AlertBuilder.usernames]]

    users?: User[]

    [[AlertBuilder.users]]