Interface: OBSRemoteConditionField
Defined in: api.ts:29
Properties
default?
optionaldefault?:any
Defined in: api.ts:41
Default value when a new instance is added.
key
key:
string
Defined in: api.ts:31
Storage key on the configured instance's conditions object.
label
label:
string
Defined in: api.ts:39
i18n key for the field label. Resolved via game.i18n.localize() at
render time. Pass a literal string only if you are intentionally
shipping a single-locale module — the UI will display it verbatim.
type
type:
"string"|"number"|"boolean"
Defined in: api.ts:33
What the user fills in.