Strata - v1.4.10
    Preparing search index...

    Interface InputPreset<T>

    interface InputPreset<T> {
        description: string;
        name: string;
        props: Partial<T>;
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index

    Properties

    description: string
    name: string
    props: Partial<T>