@willwade/aac-processors
    Preparing search index...

    Interface OblAction

    .obl (Open Board Logging) File Format Types

    Based on the .obl specification for AAC logging.

    interface OblAction {
        action: string;
        destination_board_id?: string;
        modification_type?: string;
        text?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    action: string
    destination_board_id?: string
    modification_type?: string
    text?: string