Membrane SDK - v0.8.0
    Preparing search index...

    Interface DataCollectionListItem

    interface DataCollectionListItem {
        key: string;
        name: string;
        type: "collection";
        isHidden?: boolean;
    }
    Index

    Properties

    Properties

    key: string
    name: string
    type: "collection"
    isHidden?: boolean