interface ListOrgApplicationsOptions {
    organizationApi: Pick<OrganizationApi, "listOrganizations">;
    pageSize?: number;
    showOrganizationApplicationRoute: string;
}

Properties

organizationApi: Pick<OrganizationApi, "listOrganizations">

The client API for organizations

pageSize?: number

Size of the pages to display (default DEFAULT_PAGE_SIZE)

showOrganizationApplicationRoute: string

Route to navigate to when a application is opened

Generated using TypeDoc