Type Alias SubscriptionCb

SubscriptionCb: (
    buildingBlockType: BuildingBlockType,
    event: ChangeEvent,
) => void

Type of the function called when a change event occurs

Type declaration