Perseus
    Preparing search index...
    type WidgetState = {
        baseElements?: any;
        foundFullWidth?: boolean;
        inTable?: boolean;
        isMobile?: boolean;
        key?: number;
        paragraphIndex?: number;
    }
    Index

    Properties

    baseElements?: any
    foundFullWidth?: boolean
    inTable?: boolean
    isMobile?: boolean
    key?: number
    paragraphIndex?: number