Represents a document layer interface for handling document operations.
DocumentLayer
get
Type parameter extending array or null
Promise resolving to either any type or array of any type based on T
update
Result of the update operation
delete
Result of the delete operation
download
Result of the download operation
Object containing layer information
Represents a document layer interface for handling document operations.
DocumentLayer
Method
get
Template: T
Type parameter extending array or null
Returns
Promise resolving to either any type or array of any type based on T
Method
update
Returns
Result of the update operation
Method
delete
Returns
Result of the delete operation
Method
download
Returns
Result of the download operation