interface ZoneStore {
    components: ZoneComponents;
    controls: ZoneControlConfigs;
    subscribers: ZoneSubscribers;
}

Properties

components: ZoneComponents
subscribers: ZoneSubscribers