TypeDoc API - v0.28.2

    Interface ReflectionFlags

    interface ReflectionFlags {
        isAbstract?: boolean;
        isConst?: boolean;
        isExternal?: boolean;
        isInherited?: boolean;
        isOptional?: boolean;
        isPrivate?: boolean;
        isProtected?: boolean;
        isPublic?: boolean;
        isReadonly?: boolean;
        isRest?: boolean;
        isStatic?: boolean;
    }

    Hierarchy

    Index

    Properties

    isAbstract?: boolean
    isConst?: boolean
    isExternal?: boolean
    isInherited?: boolean
    isOptional?: boolean
    isPrivate?: boolean
    isProtected?: boolean
    isPublic?: boolean
    isReadonly?: boolean
    isRest?: boolean
    isStatic?: boolean
    MMNEPVFCICPMFPCPTTAAATR