Interface Generic

interface Generic {
    $comment?: string;
    default?: any;
    description?: string;
    examples?: any[];
    readOnly?: boolean;
    title?: string;
}

Hierarchy (View Summary)

Properties

$comment?: string

Internal comment

default?: any

Default attribute value

description?: string

Attribute description

examples?: any[]

List of attribute examples

readOnly?: boolean

Non-editable schema

title?: string