ɵwrappers
constɵwrappers:object
Defined in: projects/view-core/convert/action/wrapper.ts:260
Type Declaration
Section titled “Type Declaration”changeAsync
Section titled “changeAsync”changeAsync: <
T>(indexFn,actions) =>RawConfigAction<"viewRawConfig",T,AnyCoreSchemaHandle> =changeAsyncWrapper
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”indexFn
Section titled “indexFn”(list) => any
actions
Section titled “actions”ConfigAction<any>[]
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>
patch: <
T>(wrappers) =>RawConfigAction<"viewRawConfig",T,AnyCoreSchemaHandle>
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”wrappers
Section titled “wrappers”(string | SetOptional<SetUnWrapper$<CoreWrapperConfig, WrapperChangeKey>, WrapperChangeKey>)[]
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>
patchAsync
Section titled “patchAsync”patchAsync: <
T>(type,actions?,options?) =>RawConfigAction<"viewRawConfig",T,AnyCoreSchemaHandle> =patchAsyncWrapper
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”any
actions?
Section titled “actions?”ConfigAction<any>[]
options?
Section titled “options?”insertIndex?
Section titled “insertIndex?”number
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>
remove
Section titled “remove”remove: <
T>(removeList) =>RawConfigAction<"viewRawConfig",T,AnyCoreSchemaHandle> =removeWrappers
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”removeList
Section titled “removeList”string[] | ((list) => Signal<CoreWrapperConfig>[])
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>
set: <
T>(wrappers) =>RawConfigAction<"viewRawConfig",T,AnyCoreSchemaHandle>
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”wrappers
Section titled “wrappers”(string | SetOptional<SetUnWrapper$<CoreWrapperConfig, WrapperChangeKey>, WrapperChangeKey>)[]
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>