Skip to content

AIDK API Reference / aidk/content / isUserActionBlock

Function: isUserActionBlock() ​

ts
function isUserActionBlock(block: ContentBlock): block is UserActionBlock;

Defined in: packages/shared/src/blocks.ts:448

Parameters ​

ParameterType
blockContentBlock

Returns ​

block is UserActionBlock

Released under the MIT License.