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

    Interface ButtonForTranslation

    Button data extracted for translation (format-agnostic)

    interface ButtonForTranslation {
        buttonId: string;
        grammar?: any;
        label: string;
        message: string;
        pageId?: string;
        pageName?: string;
        symbols: SymbolInfo[];
        textToTranslate: string;
    }
    Index

    Properties

    buttonId: string
    grammar?: any
    label: string
    message: string
    pageId?: string
    pageName?: string
    symbols: SymbolInfo[]
    textToTranslate: string