Optional
actionDetermines if the action is rendered as a Button or MenuItem (default: ActionMode.Button).
Optional
disabledDisables the component's controls. (default: false)
Optional
filterThe filtering options used when the available identities are retrieved from the identities microservice.
Optional
hideDefines if the label will be hidden. (default: false).
Optional
iconOptional icon class that can be used to override the default button icon.
Optional
identitiesThe available users and groups to select from. If not provided, the identities are retrieved from the identities microservice.
Optional
labelOptional label that can be used to override the default button label.
Optional
limitOnly 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.
Optional
okLabel for the identity select dialog "ok" button. (default: "ok")
Optional
selectedPre-select Identities.
Optional
selectionEmits the selected identities when the dialog's ok button is clicked.
Optional
selectionDoes the input allow the selection of only a user, users, a group, groups, or both? (default: SelectionMode.UsersAndGroups)
Optional
tabThe tabIndex for the button (default: TabIndex.Tabbable).
Optional
titleOptional 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: