GroupListPickerProps
Home > @backstage/plugin-org-react
> GroupListPickerProps
Props for GroupListPicker().
Signature:
export type GroupListPickerProps = {
defaultValue?: string;
placeholder?: string;
groupTypes?: Array<string>;
onChange: (value: GroupEntity | undefined) => void;
};
References: GroupEntity