@get-milano/core 2.1.0
    Preparing search index...

    Interface MilanoComponent

    interface MilanoComponent {
        children: boolean;
        events: Readonly<Record<string, MilanoType | null>>;
        properties: Readonly<Record<string, MilanoType>>;
        strict: boolean;
    }
    Index
    children: boolean

    Whether nodes of this type accept children.

    events: Readonly<Record<string, MilanoType | null>>

    Event name to payload type; a null payload means a payload-less event.

    properties: Readonly<Record<string, MilanoType>>

    Property name to type.

    strict: boolean

    When true, undeclared properties are a SchemaViolation instead of ignored-and-reported.