Documentation
    Preparing search index...

    Single constant value metadata.

    interface IValue<T extends Atomic.Type> {
        description?: string | null;
        jsDocTags?: IJsDocTagInfo[];
        tags: IMetadataTypeTag[][];
        value: T;
    }

    Type Parameters

    Index

    Properties

    description?: string | null

    JSDoc description.

    jsDocTags?: IJsDocTagInfo[]

    JSDoc tags.

    Type constraint tags.

    value: T

    The literal value.