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

    Interface SymbolInfo

    Represents a symbol attached to text in a format-agnostic way

    interface SymbolInfo {
        image?: string;
        symbolLibrary?: string;
        symbolPath?: string;
        text: string;
    }
    Index

    Properties

    image?: string
    symbolLibrary?: string
    symbolPath?: string
    text: string