OptionalactionDetermines if the action is rendered as a Button or MenuItem (default: ActionMode.Button).
OptionaldisabledDisables the component's controls. (default: false)
OptionalfilterThe filtering options used when the available identities are retrieved from the identities microservice.
OptionalhideDefines if the label will be hidden. (default: false).
OptionaliconOptional icon class that can be used to override the default button icon.
OptionalidentitiesThe available users and groups to select from. If not provided, the identities are retrieved from the identities microservice.
OptionallabelOptional label that can be used to override the default button label.
OptionallimitOnly members of the given group will be valid and selectable. If inclusive if true, the group itself is treated as a valid selection.
Accepts the group id as a string, or as part of configuration object.
OptionalokLabel for the identity select dialog "ok" button. (default: "ok")
OptionalselectedPre-select Identities.
OptionalselectionEmits the selected identities when the dialog's ok button is clicked.
OptionalselectionDoes the input allow the selection of only a user, users, a group, groups, or both? (default: SelectionMode.UsersAndGroups)
OptionaltabThe tabIndex for the button (default: TabIndex.Tabbable).
OptionaltitleOptional title that can be used to override the default dialog title.
Properties for SVICustomElement.IdentitySelectAction.
Example: HTML Example #1 - Select Users and Groups
Example: HTML Example #1 - Select Users Only
Example: Create element via document.createElement: