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

    Interface WordListItem

    Represents a single item in a wordlist

    interface WordListItem {
        image?: string;
        partOfSpeech?: string;
        text: string;
    }
    Index

    Properties

    image?: string

    Optional image reference (e.g., "[WIDGIT]path/to/symbol.emf")

    partOfSpeech?: string

    Part of speech category (e.g., "Noun", "Verb", "Unknown")

    text: string

    The text/word/phrase