Eulergraph
    Preparing search index...

    Type Alias UserDataItem

    type UserDataItem = {
        label: string;
        options?: string[];
        value: string | number | boolean;
    }
    Index

    Properties

    Properties

    label: string
    options?: string[]
    value: string | number | boolean