@kismet.ts/core / Exports / SequenceSchemaOptions
Interface: SequenceSchemaOptions<T>
Type parameters
Name |
---|
T |
Table of contents
Properties
Properties
event
• Optional
event: Object
Type declaration
Name | Type |
---|---|
connectionName? | string |
id | string |
Defined in
layout
• layout: { options
: Required
<layoutOptions
> ; style
: Omit
<PositionStyleOption
, "schema"
| "none"
> ; type?
: T
; variables?
: SequenceSchemaVariableOptions
[] }[]