Type alias BatchMigrationModelCustomSidebarElementInput

BatchMigrationModelCustomSidebarElementInput: {
    appApiId: Scalars["String"];
    appElementApiId: Scalars["String"];
    config?: InputMaybe<Scalars["JSON"]>;
    description?: InputMaybe<Scalars["String"]>;
    displayName: Scalars["String"];
    position?: InputMaybe<Scalars["Int"]>;
}

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

  • Optional position?: InputMaybe<Scalars["Int"]>

    The position of the sidebar element

Generated using TypeDoc