跳转到内容

directives

const directives: object

Defined in: projects/view-angular/lib/schema/action/directive.ts:122

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>