Beta
Optional
edit?: (() => Promise<void>)Edits the associated entity or content with the default edit action.
A promise that resolves when the operation is complete.
Optional
getGets the content associated with the behavior.
A promise that resolves to the content.
Optional
getGets a list of entities.
Optional
getGets the count of entities.
A promise that resolves to the number of entities.
Optional
getGets a single entity.
Optional
getGets the graph specification.
Optional
open?: (() => Promise<void>)Opens the associated entity or content with the default action.
A promise that resolves when the operation is complete.
Type representing a set of behaviors with various methods for entity and graph operations.