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

    Interface AACWordListItem

    Word List Item for dynamic content cells (e.g., Grid 3 WordLists)

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

    Properties

    image?: string
    partOfSpeech?: string
    text: string