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

    Interface OperationDetails

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

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

    Properties

    description?: string

    Optional description for the message action.

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