Membrane React - v0.2.1
    Preparing search index...

    Interface DataLocationListItem

    interface DataLocationListItem {
        key: string;
        name: string;
        type: DataLocationType;
        isHidden?: boolean;
    }
    Index

    Properties

    Properties

    key: string
    name: string
    isHidden?: boolean