Type alias attrsType

attrsType: { add: ((name: string, value: any) => ThisType<Block>); modify: ((name: string, by: any) => ThisType<Block>); remove: ((name: string) => ThisType<Block>); render: (() => string); reset: (() => ThisType<Block>); set: ((datas: { name: string; value: any }[]) => ThisType<Block>) }

Type declaration

Generated using TypeDoc