@kayelaa/canvas API - v0.2.15
    Preparing search index...

    Interface FlexExports

    Shape of the object that a component can expose to its parent via exportsRef.

    Usually contains methods, state handles, refs, or getters.

    interface FlexExports {
        controls: FlexControls;
        [key: string]: KaylaExportables;
    }

    Hierarchy (View Summary)

    Indexable

    Index

    Properties

    Properties

    controls: FlexControls