Hierarchy

Constructors

Properties

__handle__?: EsMethodHandle<UcrxEntitySetterSignature.Args>

Brand field to make type inference work.

Accessors

  • get args(): Symbols<TArgs>
  • Per-argument symbols available by their names.

    Shorthand for this.signature.args.

    Returns Symbols<TArgs>

  • get requestedName(): string
  • Requested member name.

    Note that the class may decide to rename it in order to resolve naming conflicts.

    Returns string

  • get signature(): EsSignature<TArgs>
  • Method signature.

    Returns EsSignature<TArgs>

  • get visibility(): EsMemberVisibility
  • Visibility of this member.

    Returns EsMemberVisibility

Methods

  • Inherits this member from the base class.

    Called by host class to update inherited member handle.

    Returns the handle as is by default.

    Parameters

    • hostClass: EsClass<Args<string>>

      Host class to inherit member for.

    • ref: EsMemberRef<UcrxEntitySetter, EsMethodHandle<UcrxEntitySetterSignature.Args>>

      Inherited member reference.

    • baseClass: EsClass<Args<string>>

      Base class the member inherited from.

    Returns EsMethodHandle<UcrxEntitySetterSignature.Args>

    Member handle updated for inherited member.

  • Parameters

    • Optional __namedParameters: {
          accessor?: string;
      }
      Optional
      • Optional Readonly accessor?: string

    Returns string

Generated using TypeDoc