@witchcraft/editor
    Preparing search index...

    Type Alias StatefulNodeStateEntry<T>

    type StatefulNodeStateEntry<T extends string = string> = {
        icon: string;
        isChecked: boolean;
        isEnabled: boolean;
        value: T;
    }

    Type Parameters

    • T extends string = string
    Index

    Properties

    icon: string
    isChecked: boolean

    Whether ariaChecked should be true

    isEnabled: boolean
    value: T