Skip to content

Vizel API / core/src / VizelTaskListOptions

Interface: VizelTaskListOptions

Defined in: packages/core/src/extensions/task-list.ts:5

Properties

HTMLAttributes?

ts
optional HTMLAttributes?: Record<string, unknown>;

Defined in: packages/core/src/extensions/task-list.ts:9

HTML attributes to add to the task list element


itemTypeName?

ts
optional itemTypeName?: string;

Defined in: packages/core/src/extensions/task-list.ts:14

The node name for list items

Default

ts
'taskItem'

Released under the MIT License.