TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Interface DashboardCreateInfo

    interface DashboardCreateInfo {
        arrangement?: Arrangement[];
        label: string;
        tags?: TagsObj[];
        visible?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    arrangement?: Arrangement[]
    label: string
    tags?: TagsObj[]
    visible?: boolean