Hyperlinkv0.8.0-beta.28

SchemaRepresentation

SchemaRepresentation.$SizeMetaconsteffect/SchemaRepresentation.ts:1481
Schema.Union<
  readonly [
    Schema.Struct<{
      readonly _tag: Schema.tag<"isMinSize">
      readonly minSize: Schema.Int
    }>,
    Schema.Struct<{
      readonly _tag: Schema.tag<"isMaxSize">
      readonly maxSize: Schema.Int
    }>,
    Schema.Struct<{
      readonly _tag: Schema.tag<"isSizeBetween">
      readonly minimum: Schema.Int
      readonly maximum: Schema.Int
    }>
  ]
>

Schema for SizeMeta.

schemasSizeMeta
export const $SizeMeta = Schema.Union([
  $IsMinSize,
  $IsMaxSize,
  $IsSizeBetween
]).annotate({ identifier: "SizeMeta" })
Referenced by 1 symbols