Interface ShowOrganizationForAdminDefaultPageViewProps<TOrganizationCustomFields>

interface ShowOrganizationForAdminDefaultPageViewProps<TOrganizationCustomFields> {
    blockProps: BlockComponentProps;
    demandSiteOrganizationUrl: string;
    isLoading: boolean;
    organization?: OrganizationResponse<TOrganizationCustomFields>;
}

Type Parameters

  • TOrganizationCustomFields

Properties

Standard blockProps

demandSiteOrganizationUrl: string

External URL to link to the demand site. Unlike the base option, this will have the orgId already set

isLoading: boolean

Whether background loading is currently occurring

organization?: OrganizationResponse<TOrganizationCustomFields>

The organization to display in this component

Generated using TypeDoc