iink-ts - v3.2.1
    Preparing search index...

    Type Alias TMenuItem

    type TMenuItem = {
        disabled?: boolean;
        id: string;
        label: string;
        type: "button" | "checkbox" | "select" | "list" | "colors";
    }
    Index

    Properties

    Properties

    disabled?: boolean
    id: string
    label: string
    type: "button" | "checkbox" | "select" | "list" | "colors"