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

    Interface ProviderExports<Context>

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

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

    interface ProviderExports<Context> {
        value: Context;
        [key: string]: KaylaExportables;
    }

    Type Parameters

    • Context

    Hierarchy (View Summary)

    Indexable

    Index

    Properties

    Properties

    value: Context