StaticDEFAULT_OPTIONS
DEFAULT_OPTIONS: {
actions: {
addCondition: (event: any, target: any) => Promise<void>;
addOutcome: (event: any, target: any) => Promise<void>;
addSubCondition: (event: any, target: any) => Promise<void>;
addTrigger: (event: any, target: any) => Promise<void>;
configureCondition: (event: any, target: any) => Promise<void>;
configureOutcome: (event: any, target: any) => Promise<void>;
configureSubCondition: (event: any, target: any) => Promise<void>;
deleteCondition: (event: any, target: any) => Promise<void>;
deleteOutcome: (event: any, target: any) => Promise<void>;
deleteSubCondition: (event: any, target: any) => Promise<void>;
deleteTrigger: (event: any, target: any) => Promise<void>;
importTrigger: (event: any, target: any) => void;
toggleConfigPanel: (event: any, target: any) => void;
};
classes: string[];
} = ...
Set of condition/outcome IDs whose inline config panel is currently expanded.