bp-sdk-business-classification-selector-list-item
Custom element hooks
Name | Description |
---|
bp-sdk-external-business-classification-selector-list-item | disable html |
Classes
Name | Description |
---|
bp-sdk-business-classification-selector-list-item__container | Root div element |
Notes
You should only use non-interactive elements inside of this web component, or you might need to manually do a valueUpdate event to prevent breaking the intended functionality.
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 |
highlights | -- | List of highlight's | IChoiceHighlight[] | undefined |
isBestMatch | is-best-match | Is best choice match | boolean | undefined |
isSelected | is-selected | Is choice selected | boolean | false |
isoCodes | -- | List of matching ISO codes | IChoiceObject[] | undefined |
locked | locked | Is application form locked | boolean | undefined |
showConfidence | show-confidence | Should show confidence | boolean | undefined |
showDetailedRelevanceChip | show-detailed-relevance-chip | Show detailed relevance chip | boolean | undefined |
showExplanation | show-explanation | Should show explanation | boolean | true |
sicCodes | -- | List of matching SIC codes | IChoiceObject[] | undefined |
value | value | Value of choice | string | undefined |
Events
Event | Description | Type |
---|
valueUpdate | | CustomEvent<string[]> |
Dependencies
Used by
Depends on
Graph
graph TD;
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-list-item-container --> bp-sdk-business-classification-selector-list-item
style bp-sdk-business-classification-selector-list-item fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS