docomet
    Preparing search index...

    TypedocSimplifiedReflection

    interface DocometTypedocSimplifiedReflection {
        children?: DocometTypedocSimplifiedReflection[];
        comment?: {
            blockTags?: { content: { text: string }[]; tag: string }[];
            summary: { text: string }[];
        };
        flags?: {
            isExternal?: boolean;
            isReadonly?: boolean;
            isRest?: boolean;
            isStatic?: boolean;
        };
        getSignature?: DocometTypedocSimplifiedReflection;
        kind: ReflectionKind;
        name: string;
        parameters?: DocometTypedocSimplifiedReflection[];
        setSignature?: DocometTypedocSimplifiedReflection;
        signatures?: DocometTypedocSimplifiedReflection[];
        sources?: { fileName: string }[];
        type: DocometTypedocSimplifiedTypeReflection;
    }
    Index

    Properties

    Children

    comment?: {
        blockTags?: { content: { text: string }[]; tag: string }[];
        summary: { text: string }[];
    }

    Comment

    Type Declaration

    • OptionalblockTags?: { content: { text: string }[]; tag: string }[]

      BlockTags

    • summary: { text: string }[]

      Summary

    flags?: {
        isExternal?: boolean;
        isReadonly?: boolean;
        isRest?: boolean;
        isStatic?: boolean;
    }

    Flags

    Type Declaration

    • OptionalisExternal?: boolean

      IsExternal

    • OptionalisReadonly?: boolean

      IsReadonly

    • OptionalisRest?: boolean

      IsRest

    • OptionalisStatic?: boolean

      IsStatic

    GetSignature

    kind: ReflectionKind

    Kind

    name: string

    Name

    Parameters

    SetSignature

    Signatures

    sources?: { fileName: string }[]

    Sources

    Type Declaration

    • fileName: string

      FileName

    Type