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

    Class UseLiveState

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    slots: { value: any; live: LiveState<any> }[] = []
    keyedSlots: Map<string, { value: any; live: LiveState<any> }> = null
    cursor: number = 0
    entity: LeaEntityII
    classUsed: ValidHookClass

    Methods

    • Parameters

      • slot: string | number
      • value: { value: any; live: LiveState<any> }

      Returns void