interface ActiveEvent {
    isActive: boolean;
}

Properties

Properties

isActive: boolean

Generated using TypeDoc