LayoutEvent
LayoutEvent =
object
Defined in: layout/types.ts:524
Properties
Section titled “Properties”event:
LayoutEventTrigger
Defined in: layout/types.ts:526
target
Section titled “target”target:
LayoutEventTarget
Defined in: layout/types.ts:527
_type?
Section titled “_type?”
optional_type?:string
Defined in: layout/types.ts:525
parent?
Section titled “parent?”
optionalparent?:InstanceType<typeofLayoutComponent>
Defined in: layout/types.ts:528
selector?
Section titled “selector?”
optionalselector?:string|null
Defined in: layout/types.ts:529
value?
Section titled “value?”
optionalvalue?:unknown
Defined in: layout/types.ts:530
previousValue?
Section titled “previousValue?”
optionalpreviousValue?:unknown
Defined in: layout/types.ts:531
selected?
Section titled “selected?”
optionalselected?:unknown[]
Defined in: layout/types.ts:532
component?
Section titled “component?”
optionalcomponent?:InstanceType<typeofLayoutComponent>
Defined in: layout/types.ts:533
setLoading?
Section titled “setLoading?”
optionalsetLoading?: (loading?) =>void
Defined in: layout/types.ts:534
Parameters
Section titled “Parameters”loading?
Section titled “loading?”boolean
Returns
Section titled “Returns”void
resolve?
Section titled “resolve?”
optionalresolve?: (value) =>void
Defined in: layout/types.ts:535
Parameters
Section titled “Parameters”unknown
Returns
Section titled “Returns”void
recipeSymbols?
Section titled “recipeSymbols?”
optionalrecipeSymbols?:RecipeSymbols
Defined in: layout/types.ts:536
recipeContext?
Section titled “recipeContext?”
optionalrecipeContext?:RecipeContext
Defined in: layout/types.ts:537