bp-sdk-business-classification-selector-card-header
Custom element hooks
Name | Description |
---|
bp-sdk-external-business-classification-selector-card-header | disable html |
Classes
Name | Description |
---|
bp-sdk-business-classification-selector-card-header__container | Root div element |
bp-sdk-business-classification-selector-card-header__text | Text span element displaying choice's value + alias |
bp-sdk-business-classification-selector-card-header__alias | Text span element displaying choice's alias |
bp-sdk-business-classification-selector-card-header__highlight | Text span element displaying highlighted value or synonym |
Properties
Property | Attribute | Description | Type | Default |
---|
alias | alias | Alias of choice | string | undefined |
confidence | confidence | Confidence level | number | undefined |
highlightFilters | -- | List of highlight filters | string[] | ['synonyms', 'value'] |
highlights | -- | List of highlight's | IChoiceHighlight[] | undefined |
showConfidence | show-confidence | Should show confidence | boolean | undefined |
showNaicsCode | show-naics-code | Should show naics code | boolean | undefined |
value | value | Value of choice | string | undefined |
Dependencies
Used by
Graph
graph TD;
bp-sdk-business-classification-selector-card-content --> bp-sdk-business-classification-selector-card-header
style bp-sdk-business-classification-selector-card-header fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS