跳转到内容

ɵclassAction

const ɵclassAction: object

Defined in: projects/view-core/convert/action/class.ts:83

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>