Kvaser CanKing GUI Extensions SDK - v7.5.1
    Preparing search index...

    Function useProjectDataSlice

    • A hook for data that should be saved to the current project.

      Type Parameters

      • T

      Parameters

      • id: number

        The unique id of the view.

      • slice: string

        The slice name for the project data.

      • defaultValue: T | (() => T)

        The default value or a function that returns the default value.

      • OptionalloadedCallback: (value: T) => void

        Optional callback invoked once after data is loaded.

      Returns [T, Dispatch<SetStateAction<T>>, boolean]

      An object with a flag indicating if the project data has been initialized, the current project data and a setter callback.