bp-sdk-business-classification-selector-list-item-container
Custom element hooks
Name | Description |
---|---|
bp-sdk-external-business-classification-selector-list-item-container | disable html |
Classes
Name | Description |
---|---|
bp-sdk-business-classification-selector-list-item-container__container | Root div element |
Properties
Property | Attribute | Description | Type | Default |
---|---|---|---|---|
alias | alias | Alias of choice | string | undefined |
choiceId | choice_id | Choice's id | string | undefined |
confidence | confidence | Confidence level | number | undefined |
enableUserApplicationGuard | enable-user-application-guard | Enabled user check for application | boolean | undefined |
hasPermissionToEdit | has-permission-to-edit | Has permission to edit application | boolean | undefined |
highlights | -- | List of highlight's | IChoiceHighlight[] | undefined |
isBestMatch | is-best-match | Is best matching choice | boolean | undefined |
isOwner | is-owner | Is owner of application | boolean | undefined |
isSelected | is-selected | Is choice selected | boolean | false |
isoCodes | -- | List of matching ISO codes | IChoiceObject[] | undefined |
locked | locked | Application form state injected from redux | boolean | undefined |
showConfidence | show-confidence | Should show confidence | boolean | undefined |
showDetailedRelevanceChip | show-detailed-relevance-chip | Decision to show detailed relevance chip injected by redux | boolean | false |
showExplanation | show-explanation | Should show explanation | boolean | true |
sicCodes | -- | List of matching SIC codes | IChoiceObject[] | undefined |
value | value | Value of choice | string | undefined |
Dependencies
Used by
Depends on
Graph
graph TD;
bp-sdk-business-classification-selector-list-item-container --> bp-sdk-business-classification-selector-list-item
bp-sdk-business-classification-selector-list-item --> bp-sdk-business-classification-selector-card-content
bp-sdk-business-classification-selector-card-content --> bp-sdk-business-classification-selector-card-header
bp-sdk-business-classification-selector-card-content --> bp-sdk-business-classification-selector-card-body
bp-sdk-business-classification-selector-card-content --> bp-sdk-business-classification-selector-relevance-chip
bp-sdk-business-classification-selector-naics-group --> bp-sdk-business-classification-selector-list-item-container
style bp-sdk-business-classification-selector-list-item-container fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS