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

    Interface Grid3PluginMetadata

    Plugin metadata extracted from Grid 3 cells

    interface Grid3PluginMetadata {
        autoContentType?: string;
        cellType: Grid3CellType;
        displayName?: string;
        liveCellType?: string;
        pluginId?: string;
        subType?: string;
    }
    Index

    Properties

    autoContentType?: string
    cellType: Grid3CellType
    displayName?: string
    liveCellType?: string
    pluginId?: string
    subType?: string