Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SubtypeGroupLayerCapabilitiesOperations

Hierarchy

  • Object
    • SubtypeGroupLayerCapabilitiesOperations

Index

Properties

constructor

constructor: Function

The initial value of Object.prototype.constructor is the standard built-in Object constructor.

supportsAdd

supportsAdd: boolean

Indicates if new features can be added to the layer.

Read more...

supportsCalculate

supportsCalculate: boolean

Indicates if values of one or more field values in the layer can be updated.

Read more...

supportsDelete

supportsDelete: boolean

Indicates if features can be deleted from the layer.

Read more...

supportsEditing

supportsEditing: boolean

Indicates if features in the layer can be edited.

Read more...

supportsQuery

supportsQuery: boolean

Indicates if features in the layer can be queried.

Read more...

supportsQueryAttachments

supportsQueryAttachments: boolean

Indicates if the layer supports REST API queryAttachments operation, which is supported with hosted feature services at version 10.5 and greater.

Read more...

supportsResizeAttachments

supportsResizeAttachments: boolean

Indicates if resized attachments are supported in the feature layer.

Read more...

supportsUpdate

supportsUpdate: boolean

Indicates if features in the layer can be updated.

Read more...

supportsValidateSql

supportsValidateSql: boolean

Indicates if the layer supports a SQL-92 expression or where clause.

Read more...

Methods

hasOwnProperty

  • hasOwnProperty(v: PropertyKey): boolean
  • Determines whether an object has a property with the specified name.

    Parameters

    • v: PropertyKey

      A property name.

    Returns boolean

isPrototypeOf

  • isPrototypeOf(v: Object): boolean
  • Determines whether an object exists in another object's prototype chain.

    Parameters

    • v: Object

      Another object whose prototype chain is to be checked.

    Returns boolean

propertyIsEnumerable

  • propertyIsEnumerable(v: PropertyKey): boolean
  • Determines whether a specified property is enumerable.

    Parameters

    • v: PropertyKey

      A property name.

    Returns boolean

toLocaleString

  • toLocaleString(): string
  • Returns a date converted to a string using the current locale.

    Returns string

toString

  • toString(): string
  • Returns a string representation of an object.

    Returns string

valueOf

  • valueOf(): Object
  • Returns the primitive value of the specified object.

    Returns Object

Generated using TypeDoc