Standards Docs

recordsKeys

variable `recordsKeys` from react.

variable recordsKeys from react.

Signature

{ all: (objectName: string) => readonly ["records", string]; lists: (objectName: string) => readonly ["records", string, "list"]; list: (objectName: string, params?: UseRecordsOptions | undefined) => readonly [...]; ... 9 more ...; archivedList: (objectName: string, params?: object | undefined) => readonly [...]; }

On this page