跳转到内容

ɵwrappers

const ɵwrappers: object

Defined in: projects/view-core/convert/action/wrapper.ts:260

changeAsync: <T>(indexFn, actions) => RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle> = changeAsyncWrapper

T

(list) => any

ConfigAction<any>[]

RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>

patch: <T>(wrappers) => RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>

T

(string | SetOptional<SetUnWrapper$<CoreWrapperConfig, WrapperChangeKey>, WrapperChangeKey>)[]

RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>

patchAsync: <T>(type, actions?, options?) => RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle> = patchAsyncWrapper

T

any

ConfigAction<any>[]

number

RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>

remove: <T>(removeList) => RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle> = removeWrappers

T

string[] | ((list) => Signal<CoreWrapperConfig>[])

RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>

set: <T>(wrappers) => RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>

T

(string | SetOptional<SetUnWrapper$<CoreWrapperConfig, WrapperChangeKey>, WrapperChangeKey>)[]

RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>