SDK JS
    Preparing search index...

    One independently-probed block of controls.

    interface LayerSection {
        advanced?: boolean;
        build: (ctx: SectionContext) => HTMLElement;
        id: LayerSectionId;
        probe: (l: object) => boolean;
        title: string;
    }
    Index

    Properties

    advanced?: boolean

    Render inside the collapsed "Advanced" group.

    build: (ctx: SectionContext) => HTMLElement

    Built once, the first time probe passes.

    probe: (l: object) => boolean

    CAPABILITY and DATA gate. Re-run on every refresh until it first passes, because every data probe is false at mount — sections appear as the layer streams.

    title: string

    Panel heading.