interface TUint8Array {
    $id?: string;
    $schema?: string;
    [Hint]?: string;
    [Kind]: "Uint8Array";
    [OptionalKind]?: string;
    [ReadonlyKind]?: string;
    default?: any;
    description?: string;
    examples?: any;
    maxByteLength?: number;
    minByteLength?: number;
    params: unknown[];
    readOnly?: boolean;
    static: Uint8Array;
    title?: string;
    type: "uint8array";
    writeOnly?: boolean;
}

Hierarchy (view full)

Properties

$id?: string

Id for this schema

$schema?: string
[Hint]?: string
[Kind]: "Uint8Array"
[OptionalKind]?: string
[ReadonlyKind]?: string
default?: any

Default value for this schema

description?: string

Description of this schema

examples?: any

Example values matching this schema

maxByteLength?: number
minByteLength?: number
params: unknown[]
readOnly?: boolean

Optional annotation for readOnly

static: Uint8Array
title?: string

Title of this schema

type: "uint8array"
writeOnly?: boolean

Optional annotation for writeOnly