weasel API - v0.8.0
    Preparing search index...

    Interface RegisterNodeShapeOptions

    interface RegisterNodeShapeOptions {
        priority?: "high" | "normal";
    }
    Index

    Properties

    Properties

    priority?: "high" | "normal"

    'high' puts the painter ahead of all normally-registered ones (so it can win over a kit built-in). 'normal' appends at the end.