uiconfig.js

    Interface PrimitiveValObject

    Primitive value compatible object interface.

    interface PrimitiveValObject {
        _ui_isPrimitive?: boolean;
        _ui_primitiveClone?: false;
        _ui_primitiveCopy?: false;
        _ui_primitiveEquals?: false;
        clone(): this;
        copy(other: any): any;
        equals(other: any): boolean;
    }
    Index

    Properties

    _ui_isPrimitive?: boolean
    _ui_primitiveClone?: false
    _ui_primitiveCopy?: false
    _ui_primitiveEquals?: false

    Methods

    • Returns this

    • Parameters

      • other: any

      Returns any

    • Parameters

      • other: any

      Returns boolean

    MMNEPVFCICPMFPCPTTAAATR