The capabilities for a feature source.

interface Capabilities {
    supportsAdd: boolean;
    supportsAttachmentEditing: boolean;
    supportsDelete: boolean;
    supportsEditing: boolean;
    supportsUpdate: boolean;
}

Hierarchy (view full)

Properties

supportsAdd: boolean

Whether creation of features is supported.

supportsAttachmentEditing: boolean

Whether modification of attachments on features is supported.

supportsDelete: boolean

Whether deleting features is supported.

supportsEditing: boolean

Whether feature editing is supported.

supportsUpdate: boolean

Whether updating features is supported.