MutkaMutka
API ReferenceSandboxAuthoringsandbox/authoring/hostProxyType aliases

ColumnProvider

Reference — ColumnProvider in the Mutka module API.

Type Alias: ColumnProvider

type ColumnProvider = (item) => ColumnCell | null | Promise<ColumnCell | null>;

Defined in: sandbox/authoring/hostProxy.ts:18

Parameters

ParameterType
itemFileItem

Returns

ColumnCell | null | Promise<ColumnCell | null>

On this page