-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cc-logs-control: init component #908
Comments
pdesoyres-cc
added a commit
that referenced
this issue
Dec 12, 2023
pdesoyres-cc
added a commit
that referenced
this issue
Dec 19, 2023
pdesoyres-cc
added a commit
that referenced
this issue
Jan 12, 2024
pdesoyres-cc
added a commit
that referenced
this issue
Jan 12, 2024
pdesoyres-cc
added a commit
that referenced
this issue
Jan 18, 2024
pdesoyres-cc
added a commit
that referenced
this issue
Jan 19, 2024
pdesoyres-cc
changed the title
cc-logs-controller: init component
cc-logs-control: init component
Jan 23, 2024
pdesoyres-cc
added a commit
that referenced
this issue
Jan 23, 2024
pdesoyres-cc
added a commit
that referenced
this issue
Jan 23, 2024
pdesoyres-cc
added a commit
that referenced
this issue
Jan 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context
This component is a wrapper around a
<cc-logs>
component and adds the ability for a user to toggle some options.Options are encapsulated into a
<cc-popover>
element.Inputs
Attributes/properties
dateDisplay
DateDisplay
null
false
<cc-logs>
filter
Array<MetadataFilter>
null
false
<cc-logs>
follow
Boolean
null
false
<cc-logs>
limit
Number
null
false
<cc-logs>
logs
Array<Log>
null
false
<cc-logs>
metadataDisplay
{[key: string]: LogsMetadataDisplay}
null
false
metadataRenderers
{[key: string], MetadataRenderer}
null
false
<cc-logs>
palette
LogsControllerPalette
null
false
<cc-logs>
stripAnsi
Boolean
null
false
<cc-logs>
timezone
Timezone
null
false
<cc-logs>
wrapLines
Boolean
null
false
<cc-logs>
Slots
header
<cc-logs>
elementOutputs
cc-logs-control:optionChange
LogsControlOption
LogsControlOption
whenever anoption
changes.Type Definitions
The text was updated successfully, but these errors were encountered: