跳转到内容

actions

const actions: object

Defined in: projects/view-angular/lib/schema/action/index.ts:11

attributes: object

mapAsync: <V>(fn) => RawConfigAction<"viewRawConfig", V, AnyCoreSchemaHandle>

V = any

(field) => (value) => any

RawConfigAction<"viewRawConfig", V, AnyCoreSchemaHandle>

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

T

InputData

RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>

patchAsync: <V, Data>(dataObj) => RawConfigAction<"viewRawConfig", V, AnyCoreSchemaHandle>

V = any

Data extends Record<string, AsyncPropertyOf<V, any>> = Record<string, AsyncPropertyOf<V, any>>

Data

RawConfigAction<"viewRawConfig", V, AnyCoreSchemaHandle>

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

T

string[]

RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>

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

T

InputData

RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>

top: object

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

T

any

RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>

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

T

any

RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>

class: object = classAction

asyncBottom: <T>(fn) => RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle> = patchAsyncClass

T

AsyncCallback<string>

RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>

asyncComponent: <T>(fn) => RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle> = patchAsyncClass

T

AsyncCallback<string>

RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>

asyncTop: <T>(classNameFn) => RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle> = asyncTopClass

T

AsyncCallback<ClassValue>

RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>

bottom: <T>(className, merge?) => RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle> = bottomClass

仅设置在组件上

T

ClassValue

boolean

RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>

component: <T>(className, merge?) => RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle> = componentClass

仅设置在组件上

T

ClassValue

boolean

RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>

top: <T>(className, merge?) => RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle> = topClass

必须防止到所有wrappers操作后面,防止设置错误 设置到顶层,可能是wrapper,也可能是component

T

ClassValue

boolean

RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>

createOptions: object

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

T

any

RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>

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

T

any

RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>

directives: object

patch: <T>(items) => RawConfigAction<string, T, any>

T

SetOptional<SetUnWrapper$<NgDirectiveConfig, "inputs" | "outputs" | "attributes" | "events" | "model">, "inputs" | "outputs" | "attributes" | "events" | "model">[]

RawConfigAction<string, T, any>

patchAsync: <T>(type, actions?, options?) => RawConfigAction<string, T, any> = patchAsyncDirective

T

Type<any>

RawConfigAction<"viewRawConfig", any, any>[]

number

RawConfigAction<string, T, any>

remove: <T>(removeList) => RawConfigAction<string, T, any> = removeDirectives

T

(list) => Signal<NgDirectiveConfig>[]

RawConfigAction<string, T, any>

set: <T>(items) => RawConfigAction<string, T, any>

T

SetOptional<SetUnWrapper$<NgDirectiveConfig, "inputs" | "outputs" | "attributes" | "events" | "model">, "inputs" | "outputs" | "attributes" | "events" | "model">[]

RawConfigAction<string, T, any>

events: object

mapAsync: <V>(fn) => RawConfigAction<"viewRawConfig", V, AnyCoreSchemaHandle>

V = any

(field) => (value) => any

RawConfigAction<"viewRawConfig", V, AnyCoreSchemaHandle>

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

T

InputData

RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>

patchAsync: <V, Data>(dataObj) => RawConfigAction<"viewRawConfig", V, AnyCoreSchemaHandle>

V = any

Data extends Record<string, AsyncPropertyOf<V, (event) => any>> = Record<string, AsyncPropertyOf<V, (event) => any>>

Data

RawConfigAction<"viewRawConfig", V, AnyCoreSchemaHandle>

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

T

string[]

RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>

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

T

InputData

RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>

hooks: object

merge: MergeHooksConfig<HookConfig<_PiResolvedCommonViewFieldConfig> | undefined> = mergeHooks

patch: HooksConfig<HookConfig<_PiResolvedCommonViewFieldConfig> | undefined> = patchHooks

remove: <T>(list) => RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle> = removeHooks

T

keyof HookConfig<_PiResolvedCommonViewFieldConfig>[]

RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>

set: HooksConfig<HookConfig<_PiResolvedCommonViewFieldConfig> | undefined> = setHooks

inputs: object

mapAsync: <V>(fn) => RawConfigAction<"viewRawConfig", V, AnyCoreSchemaHandle>

V = any

(field) => (value) => any

RawConfigAction<"viewRawConfig", V, AnyCoreSchemaHandle>

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

T

InputData

RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>

patchAsync: <V, Data>(dataObj) => RawConfigAction<"viewRawConfig", V, AnyCoreSchemaHandle>

V = any

Data extends Record<string, AsyncPropertyOf<V, any>> = Record<string, AsyncPropertyOf<V, any>>

Data

RawConfigAction<"viewRawConfig", V, AnyCoreSchemaHandle>

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

T

string[]

RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>

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

T

InputData

RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>

models: object

mapAsync: <V>(fn) => RawConfigAction<"viewRawConfig", V, AnyCoreSchemaHandle>

V = any

(field) => (value) => any

RawConfigAction<"viewRawConfig", V, AnyCoreSchemaHandle>

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

T

InputData

RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>

patchAsync: <V, Data>(dataObj) => RawConfigAction<"viewRawConfig", V, AnyCoreSchemaHandle>

V = any

Data extends Record<string, AsyncPropertyOf<V, any>> = Record<string, AsyncPropertyOf<V, any>>

Data

RawConfigAction<"viewRawConfig", V, AnyCoreSchemaHandle>

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

T

string[]

RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>

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

T

InputData

RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>

outputs: object

mapAsync: <V>(fn) => RawConfigAction<"viewRawConfig", V, AnyCoreSchemaHandle>

V = any

(field) => (value) => any

RawConfigAction<"viewRawConfig", V, AnyCoreSchemaHandle>

merge: <T>(outputs) => RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle> = mergeOutputs

T

Record<string, (…args) => void>

RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>

mergeAsync: <T>(outputs) => RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle> = asyncMergeOutputs

T

Record<string, (field) => (…args) => void>

RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>

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

T

InputData

RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>

patchAsync: <V, Data>(dataObj) => RawConfigAction<"viewRawConfig", V, AnyCoreSchemaHandle>

V = any

Data extends Record<string, AsyncPropertyOf<V, (…args) => any>> = Record<string, AsyncPropertyOf<V, (…args) => any>>

Data

RawConfigAction<"viewRawConfig", V, AnyCoreSchemaHandle>

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

T

string[]

RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>

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

T

InputData

RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>

props: object

mapAsync: <V>(fn) => RawConfigAction<"viewRawConfig", V, AnyCoreSchemaHandle>

V = any

(field) => (value) => any

RawConfigAction<"viewRawConfig", V, AnyCoreSchemaHandle>

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

T

InputData

RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>

patchAsync: <V, Data>(dataObj) => RawConfigAction<"viewRawConfig", V, AnyCoreSchemaHandle>

V = any

Data extends Record<string, AsyncPropertyOf<V, any>> = Record<string, AsyncPropertyOf<V, any>>

Data

RawConfigAction<"viewRawConfig", V, AnyCoreSchemaHandle>

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

T

string[]

RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>

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

T

InputData

RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>

providers: object

change: <T>(providersFn) => RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle> = changeProviders

T

(input) => InjectorProvider[]

RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>

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

T

InjectorProvider[]

RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>

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

T

InjectorProvider[]

RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>

slots: object

mapAsync: <V>(fn) => RawConfigAction<"viewRawConfig", V, AnyCoreSchemaHandle>

V = any

(field) => (value) => any

RawConfigAction<"viewRawConfig", V, AnyCoreSchemaHandle>

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

T

InputData

RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>

patchAsync: <V, Data>(dataObj) => RawConfigAction<"viewRawConfig", V, AnyCoreSchemaHandle>

V = any

Data extends Record<string, AsyncPropertyOf<V, any>> = Record<string, AsyncPropertyOf<V, any>>

Data

RawConfigAction<"viewRawConfig", V, AnyCoreSchemaHandle>

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

T

string[]

RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>

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

T

InputData

RawConfigAction<"viewRawConfig", T, AnyCoreSchemaHandle>

wrappers: object

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>