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

    Type Alias ScenarioElement

    type ScenarioElement = {
        id: string;
        type: IntegrationElementType;
        element?: any;
    }
    Index

    Properties

    Properties

    id: string
    element?: any