Type Alias: InsertRestrictionFn()
InsertRestrictionFn: (
self
,target
,slot
?) =>boolean
The function that restricts the insertion of a component into another component.
Parameters
• self: ComponentData
• target: ComponentData
• slot?: string
Returns
boolean