@kognifai/cogsengine
    Preparing search index...

    Interface IMenuOptionsXR

    interface IMenuOptionsXR {
        action?: (value: any) => void;
        current?: any;
        default?: any;
        label: string;
        max?: number;
        min?: number;
        options?: any[];
        step?: number;
        type?: string;
    }
    Index

    Properties

    action?: (value: any) => void
    current?: any
    default?: any
    label: string
    max?: number
    min?: number
    options?: any[]
    step?: number
    type?: string