meo-canvas - v8.0.1
    Preparing search index...

    Interface BaseProps

    Fields every component accepts, whatever it draws.

    interface BaseProps {
        key?: string;
        name?: string;
    }

    Hierarchy (View Summary)

    Index
    key?: string

    Optional key identifier for component reconciliation.

    name?: string

    Optional display name for debugging purposes.