Interface LazyCanvasFilter

interface LazyCanvasFilter {
    option: number;
    structureType: string;
    type: string;
    toJSON(): LazyCanvasFilter;
}

Properties

Methods

Properties

option: number
structureType: string
type: string

Methods