Interface IJsonStringSchema

interface IJsonStringSchema {
    $formant.date?: boolean;
    $formant.groups?: boolean;
    $formant.placeholder?: string;
    $formant.streams.byType?: keyof IStreamTypeMap;
    $formant.visible.when?: [string, "=", string];
    $schema?: string;
    default?: string;
    description?: string;
    enum?: string[];
    required?: string[];
    title?: string;
    type: "string";
}

Hierarchy (view full)

Properties

$formant.date?: boolean
$formant.groups?: boolean
$formant.placeholder?: string
$formant.streams.byType?: keyof IStreamTypeMap
$formant.visible.when?: [string, "=", string]
$schema?: string
default?: string
description?: string
enum?: string[]
required?: string[]
title?: string
type: "string"

Generated using TypeDoc