docomet
    Preparing search index...

    TypedocSimplifiedTypeReflection

    interface DocometTypedocSimplifiedTypeReflection {
        declaration?: DocometTypedocSimplifiedReflection;
        element?: DocometTypedocSimplifiedTypeReflection;
        elements?: DocometTypedocSimplifiedTypeReflection[];
        elementType?: DocometTypedocSimplifiedTypeReflection;
        isOptional?: boolean;
        name?: string;
        queryType?: { name: string };
        type?: string;
        typeArguments?: DocometTypedocSimplifiedTypeReflection[];
        types?: (
            | DocometTypedocSimplifiedTypeReflection
            | { value: string
            | number
            | boolean
            | object
            | null }
        )[];
    }
    Index

    Properties

    Declaration

    Element

    Elements

    ElementType

    isOptional?: boolean

    IsOptional

    name?: string

    Name

    queryType?: { name: string }

    QueryType

    Type Declaration

    • name: string

      Name

    type?: string

    Type

    TypeArguments

    types?: (
        | DocometTypedocSimplifiedTypeReflection
        | { value: string
        | number
        | boolean
        | object
        | null }
    )[]

    Types

    Type Declaration