interface GetCustomPaintOptions {
    from: string | GetPaintFunction;
    options?: any;
    type: "get-paint";
}

Hierarchy

  • BasePaintTypes
    • GetCustomPaintOptions

Properties

Properties

from: string | GetPaintFunction
options?: any
type