actions
constactions:object
Defined in: projects/view-angular/lib/schema/action/index.ts:11
Type Declaration
Section titled “Type Declaration”attributes
Section titled “attributes”attributes:
object
attributes.mapAsync
Section titled “attributes.mapAsync”mapAsync: <
V>(fn) =>RawConfigAction<"viewRawConfig",V,AnyCoreSchemaHandle>
Type Parameters
Section titled “Type Parameters”V = any
Parameters
Section titled “Parameters”(field) => (value) => any
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", V, AnyCoreSchemaHandle>
attributes.patch
Section titled “attributes.patch”patch: <
T>(value) =>RawConfigAction<"viewRawConfig",T,AnyCoreSchemaHandle>
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”InputData
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>
attributes.patchAsync
Section titled “attributes.patchAsync”patchAsync: <
V,Data>(dataObj) =>RawConfigAction<"viewRawConfig",V,AnyCoreSchemaHandle>
Type Parameters
Section titled “Type Parameters”V = any
Data extends Record<string, AsyncPropertyOf<V, any>> = Record<string, AsyncPropertyOf<V, any>>
Parameters
Section titled “Parameters”dataObj
Section titled “dataObj”Data
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", V, AnyCoreSchemaHandle>
attributes.remove
Section titled “attributes.remove”remove: <
T>(list) =>RawConfigAction<"viewRawConfig",T,AnyCoreSchemaHandle>
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”string[]
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>
attributes.set
Section titled “attributes.set”set: <
T>(value) =>RawConfigAction<"viewRawConfig",T,AnyCoreSchemaHandle>
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”InputData
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>
attributes.top
Section titled “attributes.top”top:
object
attributes.top.patch
Section titled “attributes.top.patch”patch: <
T>(value) =>RawConfigAction<"viewRawConfig",T,AnyCoreSchemaHandle>
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”any
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>
attributes.top.set
Section titled “attributes.top.set”set: <
T>(value) =>RawConfigAction<"viewRawConfig",T,AnyCoreSchemaHandle>
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”any
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>
class:
object=classAction
class.asyncBottom
Section titled “class.asyncBottom”asyncBottom: <
T>(fn) =>RawConfigAction<"viewRawConfig",T,AnyCoreSchemaHandle> =patchAsyncClass
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”AsyncCallback<string>
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>
class.asyncComponent
Section titled “class.asyncComponent”asyncComponent: <
T>(fn) =>RawConfigAction<"viewRawConfig",T,AnyCoreSchemaHandle> =patchAsyncClass
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”AsyncCallback<string>
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>
class.asyncTop
Section titled “class.asyncTop”asyncTop: <
T>(classNameFn) =>RawConfigAction<"viewRawConfig",T,AnyCoreSchemaHandle> =asyncTopClass
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”classNameFn
Section titled “classNameFn”AsyncCallback<ClassValue>
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>
class.bottom
Section titled “class.bottom”bottom: <
T>(className,merge?) =>RawConfigAction<"viewRawConfig",T,AnyCoreSchemaHandle> =bottomClass
仅设置在组件上
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”className
Section titled “className”ClassValue
merge?
Section titled “merge?”boolean
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>
class.component
Section titled “class.component”component: <
T>(className,merge?) =>RawConfigAction<"viewRawConfig",T,AnyCoreSchemaHandle> =componentClass
仅设置在组件上
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”className
Section titled “className”ClassValue
merge?
Section titled “merge?”boolean
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>
class.top
Section titled “class.top”top: <
T>(className,merge?) =>RawConfigAction<"viewRawConfig",T,AnyCoreSchemaHandle> =topClass
必须防止到所有wrappers操作后面,防止设置错误 设置到顶层,可能是wrapper,也可能是component
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”className
Section titled “className”ClassValue
merge?
Section titled “merge?”boolean
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>
createOptions
Section titled “createOptions”createOptions:
object
createOptions.patch
Section titled “createOptions.patch”patch: <
T>(value) =>RawConfigAction<"viewRawConfig",T,AnyCoreSchemaHandle>
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”any
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>
createOptions.set
Section titled “createOptions.set”set: <
T>(value) =>RawConfigAction<"viewRawConfig",T,AnyCoreSchemaHandle>
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”any
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>
directives
Section titled “directives”directives:
object
directives.patch
Section titled “directives.patch”patch: <
T>(items) =>RawConfigAction<string,T,any>
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”SetOptional<SetUnWrapper$<NgDirectiveConfig, "inputs" | "outputs" | "attributes" | "events" | "model">, "inputs" | "outputs" | "attributes" | "events" | "model">[]
Returns
Section titled “Returns”RawConfigAction<string, T, any>
directives.patchAsync
Section titled “directives.patchAsync”patchAsync: <
T>(type,actions?,options?) =>RawConfigAction<string,T,any> =patchAsyncDirective
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”Type<any>
actions?
Section titled “actions?”RawConfigAction<"viewRawConfig", any, any>[]
options?
Section titled “options?”insertIndex?
Section titled “insertIndex?”number
Returns
Section titled “Returns”RawConfigAction<string, T, any>
directives.remove
Section titled “directives.remove”remove: <
T>(removeList) =>RawConfigAction<string,T,any> =removeDirectives
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”removeList
Section titled “removeList”(list) => Signal<NgDirectiveConfig>[]
Returns
Section titled “Returns”RawConfigAction<string, T, any>
directives.set
Section titled “directives.set”set: <
T>(items) =>RawConfigAction<string,T,any>
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”SetOptional<SetUnWrapper$<NgDirectiveConfig, "inputs" | "outputs" | "attributes" | "events" | "model">, "inputs" | "outputs" | "attributes" | "events" | "model">[]
Returns
Section titled “Returns”RawConfigAction<string, T, any>
events
Section titled “events”events:
object
events.mapAsync
Section titled “events.mapAsync”mapAsync: <
V>(fn) =>RawConfigAction<"viewRawConfig",V,AnyCoreSchemaHandle>
Type Parameters
Section titled “Type Parameters”V = any
Parameters
Section titled “Parameters”(field) => (value) => any
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", V, AnyCoreSchemaHandle>
events.patch
Section titled “events.patch”patch: <
T>(value) =>RawConfigAction<"viewRawConfig",T,AnyCoreSchemaHandle>
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”InputData
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>
events.patchAsync
Section titled “events.patchAsync”patchAsync: <
V,Data>(dataObj) =>RawConfigAction<"viewRawConfig",V,AnyCoreSchemaHandle>
Type Parameters
Section titled “Type Parameters”V = any
Data extends Record<string, AsyncPropertyOf<V, (event) => any>> = Record<string, AsyncPropertyOf<V, (event) => any>>
Parameters
Section titled “Parameters”dataObj
Section titled “dataObj”Data
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", V, AnyCoreSchemaHandle>
events.remove
Section titled “events.remove”remove: <
T>(list) =>RawConfigAction<"viewRawConfig",T,AnyCoreSchemaHandle>
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”string[]
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>
events.set
Section titled “events.set”set: <
T>(value) =>RawConfigAction<"viewRawConfig",T,AnyCoreSchemaHandle>
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”InputData
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>
hooks:
object
hooks.merge
Section titled “hooks.merge”merge:
MergeHooksConfig<HookConfig<_PiResolvedCommonViewFieldConfig> |undefined> =mergeHooks
hooks.patch
Section titled “hooks.patch”patch:
HooksConfig<HookConfig<_PiResolvedCommonViewFieldConfig> |undefined> =patchHooks
hooks.remove
Section titled “hooks.remove”remove: <
T>(list) =>RawConfigAction<"viewRawConfig",T,AnyCoreSchemaHandle> =removeHooks
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”keyof HookConfig<_PiResolvedCommonViewFieldConfig>[]
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>
hooks.set
Section titled “hooks.set”set:
HooksConfig<HookConfig<_PiResolvedCommonViewFieldConfig> |undefined> =setHooks
inputs
Section titled “inputs”inputs:
object
inputs.mapAsync
Section titled “inputs.mapAsync”mapAsync: <
V>(fn) =>RawConfigAction<"viewRawConfig",V,AnyCoreSchemaHandle>
Type Parameters
Section titled “Type Parameters”V = any
Parameters
Section titled “Parameters”(field) => (value) => any
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", V, AnyCoreSchemaHandle>
inputs.patch
Section titled “inputs.patch”patch: <
T>(value) =>RawConfigAction<"viewRawConfig",T,AnyCoreSchemaHandle>
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”InputData
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>
inputs.patchAsync
Section titled “inputs.patchAsync”patchAsync: <
V,Data>(dataObj) =>RawConfigAction<"viewRawConfig",V,AnyCoreSchemaHandle>
Type Parameters
Section titled “Type Parameters”V = any
Data extends Record<string, AsyncPropertyOf<V, any>> = Record<string, AsyncPropertyOf<V, any>>
Parameters
Section titled “Parameters”dataObj
Section titled “dataObj”Data
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", V, AnyCoreSchemaHandle>
inputs.remove
Section titled “inputs.remove”remove: <
T>(list) =>RawConfigAction<"viewRawConfig",T,AnyCoreSchemaHandle>
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”string[]
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>
inputs.set
Section titled “inputs.set”set: <
T>(value) =>RawConfigAction<"viewRawConfig",T,AnyCoreSchemaHandle>
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”InputData
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>
models
Section titled “models”models:
object
models.mapAsync
Section titled “models.mapAsync”mapAsync: <
V>(fn) =>RawConfigAction<"viewRawConfig",V,AnyCoreSchemaHandle>
Type Parameters
Section titled “Type Parameters”V = any
Parameters
Section titled “Parameters”(field) => (value) => any
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", V, AnyCoreSchemaHandle>
models.patch
Section titled “models.patch”patch: <
T>(value) =>RawConfigAction<"viewRawConfig",T,AnyCoreSchemaHandle>
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”InputData
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>
models.patchAsync
Section titled “models.patchAsync”patchAsync: <
V,Data>(dataObj) =>RawConfigAction<"viewRawConfig",V,AnyCoreSchemaHandle>
Type Parameters
Section titled “Type Parameters”V = any
Data extends Record<string, AsyncPropertyOf<V, any>> = Record<string, AsyncPropertyOf<V, any>>
Parameters
Section titled “Parameters”dataObj
Section titled “dataObj”Data
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", V, AnyCoreSchemaHandle>
models.remove
Section titled “models.remove”remove: <
T>(list) =>RawConfigAction<"viewRawConfig",T,AnyCoreSchemaHandle>
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”string[]
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>
models.set
Section titled “models.set”set: <
T>(value) =>RawConfigAction<"viewRawConfig",T,AnyCoreSchemaHandle>
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”InputData
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>
outputs
Section titled “outputs”outputs:
object
outputs.mapAsync
Section titled “outputs.mapAsync”mapAsync: <
V>(fn) =>RawConfigAction<"viewRawConfig",V,AnyCoreSchemaHandle>
Type Parameters
Section titled “Type Parameters”V = any
Parameters
Section titled “Parameters”(field) => (value) => any
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", V, AnyCoreSchemaHandle>
outputs.merge
Section titled “outputs.merge”merge: <
T>(outputs) =>RawConfigAction<"viewRawConfig",T,AnyCoreSchemaHandle> =mergeOutputs
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”outputs
Section titled “outputs”Record<string, (…args) => void>
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>
outputs.mergeAsync
Section titled “outputs.mergeAsync”mergeAsync: <
T>(outputs) =>RawConfigAction<"viewRawConfig",T,AnyCoreSchemaHandle> =asyncMergeOutputs
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”outputs
Section titled “outputs”Record<string, (field) => (…args) => void>
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>
outputs.patch
Section titled “outputs.patch”patch: <
T>(value) =>RawConfigAction<"viewRawConfig",T,AnyCoreSchemaHandle>
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”InputData
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>
outputs.patchAsync
Section titled “outputs.patchAsync”patchAsync: <
V,Data>(dataObj) =>RawConfigAction<"viewRawConfig",V,AnyCoreSchemaHandle>
Type Parameters
Section titled “Type Parameters”V = any
Data extends Record<string, AsyncPropertyOf<V, (…args) => any>> = Record<string, AsyncPropertyOf<V, (…args) => any>>
Parameters
Section titled “Parameters”dataObj
Section titled “dataObj”Data
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", V, AnyCoreSchemaHandle>
outputs.remove
Section titled “outputs.remove”remove: <
T>(list) =>RawConfigAction<"viewRawConfig",T,AnyCoreSchemaHandle>
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”string[]
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>
outputs.set
Section titled “outputs.set”set: <
T>(value) =>RawConfigAction<"viewRawConfig",T,AnyCoreSchemaHandle>
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”InputData
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>
props:
object
props.mapAsync
Section titled “props.mapAsync”mapAsync: <
V>(fn) =>RawConfigAction<"viewRawConfig",V,AnyCoreSchemaHandle>
Type Parameters
Section titled “Type Parameters”V = any
Parameters
Section titled “Parameters”(field) => (value) => any
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", V, AnyCoreSchemaHandle>
props.patch
Section titled “props.patch”patch: <
T>(value) =>RawConfigAction<"viewRawConfig",T,AnyCoreSchemaHandle>
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”InputData
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>
props.patchAsync
Section titled “props.patchAsync”patchAsync: <
V,Data>(dataObj) =>RawConfigAction<"viewRawConfig",V,AnyCoreSchemaHandle>
Type Parameters
Section titled “Type Parameters”V = any
Data extends Record<string, AsyncPropertyOf<V, any>> = Record<string, AsyncPropertyOf<V, any>>
Parameters
Section titled “Parameters”dataObj
Section titled “dataObj”Data
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", V, AnyCoreSchemaHandle>
props.remove
Section titled “props.remove”remove: <
T>(list) =>RawConfigAction<"viewRawConfig",T,AnyCoreSchemaHandle>
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”string[]
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>
props.set
Section titled “props.set”set: <
T>(value) =>RawConfigAction<"viewRawConfig",T,AnyCoreSchemaHandle>
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”InputData
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>
providers
Section titled “providers”providers:
object
providers.change
Section titled “providers.change”change: <
T>(providersFn) =>RawConfigAction<"viewRawConfig",T,AnyCoreSchemaHandle> =changeProviders
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”providersFn
Section titled “providersFn”(input) => InjectorProvider[]
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>
providers.patch
Section titled “providers.patch”patch: <
T>(providers) =>RawConfigAction<"viewRawConfig",T,AnyCoreSchemaHandle> =patchProviders
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”providers
Section titled “providers”InjectorProvider[]
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>
providers.set
Section titled “providers.set”set: <
T>(providers) =>RawConfigAction<"viewRawConfig",T,AnyCoreSchemaHandle> =setProviders
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”providers
Section titled “providers”InjectorProvider[]
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>
slots:
object
slots.mapAsync
Section titled “slots.mapAsync”mapAsync: <
V>(fn) =>RawConfigAction<"viewRawConfig",V,AnyCoreSchemaHandle>
Type Parameters
Section titled “Type Parameters”V = any
Parameters
Section titled “Parameters”(field) => (value) => any
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", V, AnyCoreSchemaHandle>
slots.patch
Section titled “slots.patch”patch: <
T>(value) =>RawConfigAction<"viewRawConfig",T,AnyCoreSchemaHandle>
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”InputData
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>
slots.patchAsync
Section titled “slots.patchAsync”patchAsync: <
V,Data>(dataObj) =>RawConfigAction<"viewRawConfig",V,AnyCoreSchemaHandle>
Type Parameters
Section titled “Type Parameters”V = any
Data extends Record<string, AsyncPropertyOf<V, any>> = Record<string, AsyncPropertyOf<V, any>>
Parameters
Section titled “Parameters”dataObj
Section titled “dataObj”Data
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", V, AnyCoreSchemaHandle>
slots.remove
Section titled “slots.remove”remove: <
T>(list) =>RawConfigAction<"viewRawConfig",T,AnyCoreSchemaHandle>
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”string[]
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>
slots.set
Section titled “slots.set”set: <
T>(value) =>RawConfigAction<"viewRawConfig",T,AnyCoreSchemaHandle>
Type Parameters
Section titled “Type Parameters”T
Parameters
Section titled “Parameters”InputData
Returns
Section titled “Returns”RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>
wrappers
Section titled “wrappers”wrappers:
object
wrappers.changeAsync
Section titled “wrappers.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>
wrappers.patch
Section titled “wrappers.patch”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>
wrappers.patchAsync
Section titled “wrappers.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>
wrappers.remove
Section titled “wrappers.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>
wrappers.set
Section titled “wrappers.set”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>