Type alias BatchMigrationDeleteCustomSidebarElementInput

BatchMigrationDeleteCustomSidebarElementInput: {
    appApiId: Scalars["String"];
    appElementApiId: Scalars["String"];
    modelApiId: Scalars["String"];
}

Deleting a custom sidebar element created by app element

Type declaration

  • appApiId: Scalars["String"]

    Api Id of the App

  • appElementApiId: Scalars["String"]

    Api Id of the App element associated with the custom sidebar element

  • modelApiId: Scalars["String"]

    Api Id of the model associated with the custom sidebar element

Generated using TypeDoc