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

    Interface DataLocationPointer

    interface DataLocationPointer {
        key: string;
        parameters?: Record<string, any>;
        type?: DataLocationType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    key: string
    parameters?: Record<string, any>