nape-js API
    Preparing search index...

    Interface CbTypeSet

    Lightweight typed interface for the callback type set on a shape.

    interface CbTypeSet {
        _inner: any;
        length: number;
        add(cbType: { _inner: any }): void;
        clear(): void;
        has(cbType: { _inner: any }): boolean;
        remove(cbType: { _inner: any }): void;
    }
    Index

    Properties

    Methods

    Properties

    _inner: any
    length: number

    Methods

    • Parameters

      • cbType: { _inner: any }

      Returns void

    • Parameters

      • cbType: { _inner: any }

      Returns boolean

    • Parameters

      • cbType: { _inner: any }

      Returns void