API Reference > @next-core/brick-kit > IfContainer
IfContainer interface
包含 if 条件判断的对象。
Signature:
export interface IfContainer
Properties
| Property | Type | Description |
|---|---|---|
| if | unknown | 条件判断,可以为表达式字符串。 |
API Reference > @next-core/brick-kit > IfContainer
包含 if 条件判断的对象。
Signature:
export interface IfContainer
| Property | Type | Description |
|---|---|---|
| if | unknown | 条件判断,可以为表达式字符串。 |