Skip to content

TransformComponent

Defined in: .build/typescript/packages/core/src/schema/type.ts:17

  • TransformComponentSignature<Result>

Result extends BaseNode[] | Promise<BaseNode[]> = BaseNode[] | Promise<BaseNode[]>

TransformComponent<Options>(nodes, options?): Result

Defined in: .build/typescript/packages/core/src/schema/type.ts:17

Options extends Record<string, unknown>

BaseNode<Metadata>[]

Options

Result

new TransformComponent<Result>(transformFn): TransformComponent<Result>

Defined in: .build/typescript/packages/core/src/schema/type.ts:31

TransformComponentSignature<Result>

TransformComponent<Result>

TransformComponentSignature<Result>.constructor

id: string

Defined in: .build/typescript/packages/core/src/schema/type.ts:22