Pike LSP TypeScript API - v0.1.0-alpha.20
    Preparing search index...

    Interface PikeObjectType

    interface PikeObjectType {
        className?: string;
        kind: "object";
    }
    Index

    Properties

    Properties

    className?: string
    kind: "object"