Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

BoolOrOptBoolString

BoolOrOptBoolString: "true" | "false" | "null" | boolean

BroadcastPrimitive

BroadcastPrimitive: [11, string, string]

0 input type 1 broadcast message 2 broadcast message id

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

InputPrimitive

ListPrimitive

ListPrimitive: [13, string, string] | [13, string, string, number] | [13, string, string, number, number]

0 input type 1 List name 2 List id

NoShadowInput

NoShadowInput: [2, string]

NumPrimitive

NumPrimitive: [4 | 5 | 6 | 7 | 8, StringOrNumber]

ObscuredShadowInput

ObscuredShadowInput: [3, string | VariablePrimitive, InputPrimitive | OptionalString]

OptionalString

OptionalString: string | null

ScalarVal

ScalarVal: StringOrNumber | boolean

SerializedBlockData

SerializedBlockData: NormalBlock

SerializedBlockDataWithId

SerializedBlockDataWithId: NormalBlock & { id: string }

SerializedData

SerializedData: { blocks: {}; comments?: {}; lists: {}; variables: {} }

Type declaration

SerializedField

SerializedField: [string, OptionalString]

SerializedInput

SerializedListType

SerializedListType: [string, ScalarVal[]]

SerializedVariableType

SerializedVariableType: [string, ScalarVal]

0 name 1 value 2 isCloud

StringOrNumber

StringOrNumber: string | number

TextPrimitive

TextPrimitive: [10, StringOrNumber]

TopLevelPrimitive

TopLevelPrimitive: VariablePrimitive | ListPrimitive

UnobscuredShadowInput

UnobscuredShadowInput: [1, InputPrimitive | OptionalString]

1 = unobscured shadow, 2 = no shadow, 3 = obscured shadow

VariablePrimitive

VariablePrimitive: [12, string, string] | [12, string, string, number] | [12, string, string, number, number]

0 input type 1 variable name 2 variable id

Generated using TypeDoc