Type alias BatchMigrationCreateCustomSidebarElementInput

BatchMigrationCreateCustomSidebarElementInput: {
    appApiId: Scalars["String"];
    appElementApiId: Scalars["String"];
    config?: InputMaybe<Scalars["JSON"]>;
    description?: InputMaybe<Scalars["String"]>;
    displayName: Scalars["String"];
    modelApiId: Scalars["String"];
}

Creating a custom sidebar element with app element

Type declaration

  • appApiId: Scalars["String"]

    Api Id of the App

  • appElementApiId: Scalars["String"]

    Api Id of the App element to create custom sidebar element with

  • Optional config?: InputMaybe<Scalars["JSON"]>

    Json metadata associated with the sidebar element

  • Optional description?: InputMaybe<Scalars["String"]>

    Description name for the sidebar element

  • displayName: Scalars["String"]

    Display name for the sidebar element

  • modelApiId: Scalars["String"]

    Api Id of the model associated with the custom sidebar element

Generated using TypeDoc