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

    Interface WorkspaceElementDependency

    interface WorkspaceElementDependency {
        type: WorkspaceElementType;
        id: string;
        dependencyType: WorkspaceElementDependencyType;
        data?: unknown;
    }

    Hierarchy (View Summary)

    Index

    Properties

    id: string
    data?: unknown