KC's Workspace
    Preparing search index...
    interface AccessorProperty {
        accessibility?: TSAccessibility | null;
        computed: boolean;
        declare?: false;
        decorators: Decorator[];
        definite?: boolean;
        end: number;
        key: PropertyKey;
        optional?: false;
        override?: boolean;
        parent?: Node;
        range?: [number, number];
        readonly?: false;
        start: number;
        static: boolean;
        type: AccessorPropertyType;
        typeAnnotation?: TSTypeAnnotation | null;
        value: Expression | null;
    }

    Hierarchy (View Summary)

    • Span
      • AccessorProperty
    Index

    Properties

    accessibility?: TSAccessibility | null
    computed: boolean
    declare?: false
    decorators: Decorator[]
    definite?: boolean
    end: number
    optional?: false
    override?: boolean
    parent?: Node
    range?: [number, number]
    readonly?: false
    start: number
    static: boolean
    typeAnnotation?: TSTypeAnnotation | null
    value: Expression | null