@ably/chat - v0.8.0
    Preparing search index...

    Interface OperationDetails

    The parameters supplied to a message action like delete or update.

    interface OperationDetails {
        description?: string;
        metadata?: OperationMetadata;
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: string

    Optional description for the message action.

    Optional metadata that will be added to the action. Defaults to empty.