jxa-types
    Preparing search index...

    Interface ObjCClass

    interface ObjCClass {
        methods: (...x: any[]) => any;
        name: string;
        properties: { [key: string]: string };
        protocols?: string[];
        superclass?: string;
    }
    Index

    Properties

    methods: (...x: any[]) => any
    name: string
    properties: { [key: string]: string }
    protocols?: string[]
    superclass?: string