@revideo/core / scenes / InspectedAttributes
Type Alias: InspectedAttributes
InspectedAttributes = {[
K:string]:any;stack?:string; }
Defined in: scenes/Inspectable.ts:16
Represents attributes of an inspected element.
Indexable
[
K:string]:any
Properties
stack?
optionalstack?:string
Defined in: scenes/Inspectable.ts:17