Skip to content

SiSourceChipComponent documentation

selector
si-source-chip

Input Properties

NameTypeDefaultDescription
compact
booleanfalseCompact mode for inline use.
disabled
booleanfalseDisabled state.
showIcon
booleanfalseWether to show the glob icon.
showLabel
booleanfalseWether to show a 'sources' label
sources
Required
SourceReference[]The sources.

Output Properties

NameTypeDescription
sourceClicked
SourceReferenceEmitted when a source has been clicked.

Types Documentation

Definition of a single source
Properties
Optional source description.
description?: string
Source name displayed to the user.
name: string
Optional source quote. Takes precedence over description .
quote?: string
Source URL.
url: string
Optional source description.

Except where otherwise noted, content on this site is licensed under MIT License.