Hyperlinkv0.8.0-beta.28

SchemaRepresentation

SchemaRepresentation.$Suspendconsteffect/SchemaRepresentation.ts:1518
Schema.Struct<{
  readonly _tag: Schema.tag<"Suspend">
  readonly annotations: Schema.optional<
    Schema.decodeTo<
      Schema.$Record<Schema.String, Schema.Unknown>,
      Schema.$Record<
        Schema.String,
        Schema.Codec<PrimitiveTree, PrimitiveTree, never, never>
      >,
      never,
      never
    >
  >
  readonly checks: Schema.Tuple<readonly []>
  readonly thunk: Schema.suspend<$Representation>
}>

Schema for the Suspend representation node.

schemasSuspend
export const $Suspend = Schema.Struct({
  _tag: Schema.tag("Suspend"),
  annotations: Schema.optional($Annotations),
  checks: Schema.Tuple([]),
  thunk: Representation$ref
}).annotate({ identifier: "Suspend" })
Referenced by 1 symbols