Interface IFrameConsumerConfig

Configuration of the consumer inside an iframe

interface IFrameConsumerConfig {
    externalize?(this): void;
    externalizeAsConsumer?(this): void;
    initialize(this): void;
}

Methods

Generated using TypeDoc