Interface DeckGlMountedProjectionExperimental

interface DeckGlMountedProjection {
    disposed: boolean;
    layer: DeckGlLayer;
    dispose(): void;
}

Properties

Methods

Properties

disposed: boolean

False while removal has failed and remains retryable.

Methods