Palette
    Preparing search index...

    Interface LiveAttributes<State>

    Type Parameters

    • State extends object = {}

    Indexable

    • [name: string]: {
          onChange?: (
              this: Component<State>,
              current: string | null,
              previous: string | null,
          ) => void;
          reflect?: (this: Component<State>) => unknown;
      }