Kind: Function
Source: atloria-monorepo/packages/editor/src/directive-editors/IncludeDirectiveDescriptor.tsx
Factory for the ::include directive descriptor.
Register in BOTH the solo and collaborative editors.
Signature
tsfunction createIncludeDirectiveDescriptor(options: IncludeDirectiveOptions): DirectiveDescriptor<LeafDirective>
Parameters
| Name | Type |
|---|---|
options | IncludeDirectiveOptions |
Returns: DirectiveDescriptor<LeafDirective>
Was this page helpful?