Component State

@if (componentName$ | async; as componentName) {
Name
{{ componentName }}
}
Description
{{ stateDescription }}
@let dropStateKeySupported = (dropStateKeySupported$ | async)!;
State Deletion Policy
@if (dropStateKeySupported) { When clearing state this component supports deleting the entire state or individual entries. } @else { When clearing state this component only supports deleting the entire state. }
@let isClearing = clearing();
Filter @if (canClear && totalEntries > 0) { }
Displaying {{ filteredEntries }} of {{ totalEntries }}
@if (displayedColumns.includes('scope')) { } @if (displayedColumns.includes('actions')) { }
Key {{ item.key }} Value {{ item.value }} Scope {{ item.scope }}
@if (partialResults) {
Showing partial results
}