An interface that can import/export a state.

Hierarchy

  • PropsPortable

Properties

exportProps: (() => BladeState)

Type declaration

importProps: ((state: BladeState) => boolean)

Type declaration

    • (state: BladeState): boolean
    • Imports props.

      Returns

      true if successfully imported.

      Parameters

      Returns boolean

Generated using TypeDoc