Type aliases
BoolOrOptBoolString
BoolOrOptBoolString: "true" | "false" | "null" | boolean
BroadcastPrimitive
BroadcastPrimitive: [11, string, string]
ColorPrimitive
ColorPrimitive: [9, string]
CommentType
CommentType: { blockId: string; height: number; minimized: boolean; text: string; width: number; x: number; y: number }
Type declaration
blockId: string
height: number
minimized: boolean
text: string
width: number
x: number
y: number
ListPrimitive
ListPrimitive: [13, string, string] | [13, string, string, number] | [13, string, string, number, number]
NoShadowInput
NoShadowInput: [2, string]
OptionalString
OptionalString: string | null
SerializedBlockDataWithId
Serialized
Block
Data
With
Id
: NormalBlock & { id
: string }SerializedData
SerializedData: { blocks: {}; comments?: {}; lists: {}; variables: {} }
Type declaration
blocks: {}
Optional comments?: {}
lists: {}
variables: {}
StringOrNumber
StringOrNumber: string | number
VariablePrimitive
VariablePrimitive: [12, string, string] | [12, string, string, number] | [12, string, string, number, number]
0 input type 1 broadcast message 2 broadcast message id