RAMP4 - v4.21.0
    Preparing search index...

    Type Alias PanelInstancePath

    A path specifying panel id, screen id, and any props for that panel screen. Used when opening a panel through $iApi.panel.open(...).

    type PanelInstancePath = {
        id: string;
        props?: object;
        screen?: string;
    }
    Index

    Properties

    Properties

    id: string
    props?: object
    screen?: string