refactor(webui): describe organization function actions
This commit is contained in:
@@ -365,11 +365,12 @@ export type OrganizationFunctionActionContext = PlatformRouteContext & {
|
||||
|
||||
export type OrganizationFunctionActionContribution = {
|
||||
id: string;
|
||||
label?: string;
|
||||
label: string;
|
||||
icon: ReactNode;
|
||||
order?: number;
|
||||
anyOf?: string[];
|
||||
allOf?: string[];
|
||||
render: (context: OrganizationFunctionActionContext) => ReactNode;
|
||||
onClick: (context: OrganizationFunctionActionContext) => void;
|
||||
};
|
||||
|
||||
export type OrganizationFunctionActionsUiCapability = {
|
||||
|
||||
Reference in New Issue
Block a user